go/build.Context.goodOSArchFile (method)

2 uses

	go/build (current package)
		build.go#L1408: 	if !ctxt.goodOSArchFile(name, allTags) && !ctxt.UseAllFiles {
		build.go#L1938: func (ctxt *Context) goodOSArchFile(name string, allTags map[string]bool) bool {